NumberOfSections Method (C1TableViewSource<T>)
Returns the number of sections that are required to display the data.
'Declaration
Public Overrides NotOverridable Function NumberOfSections( _
ByVal As UIKit.UITableView _
) As IntPtr
public override IntPtr NumberOfSections(
UIKit.UITableView
)
Parameters
- tableView
- Table view displaying the sections.
Return Value
Number of sections required to display the data. The default is 1 (a table must have at least one section).